home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / batch / tsbat36.zip / SHOWTIME.BAT < prev    next >
DOS Batch File  |  1992-01-20  |  134b  |  8 lines

  1. @echo off
  2. echo.
  3. echo.| date > tmpdte$$.$$$
  4. echo.| Time >> tmpdte$$.$$$
  5. find "Current" < tmpdte$$.$$$
  6. del tmpdte$$.$$$
  7. echo on
  8.